具体的には下記の文字列「wp-images/img10」のどれかを選択/反転させた後に |
<!-- テーブル(グリッド) -->
<div id="stage">
<!-- 行・行内に4つのセル(それぞれに写真) -->
<div id="row1" class="row">
<label for="r1" class="cell1"><img src="wp-images/img10/1.jpg" alt="" /></label>
<label for="r2" class="cell2"><img src="wp-images/img10/2.jpg" alt="" /></label>
<label for="r3" class="cell3"><img src="wp-images/img10/3.jpg" alt="" /></label>
<label for="r4" class="cell4"><img src="wp-images/img10/4.jpg" alt="" /></label>
</div> |
|
「編集」→「置換」をクリックすると下記の画面になりますから、置換後の文字列としてimgやphotoと入力し、「すべて置換」をクリックし、変換後は✕で閉じる |
|